skia: Cast SkEndian_SwapBE32(n) to uint32_t on big-endian
authorCarsten Schoenert <c.schoenert@t-online.de>
Tue, 18 Jul 2023 14:02:48 +0000 (16:02 +0200)
committerCarsten Schoenert <c.schoenert@t-online.de>
Wed, 29 Nov 2023 17:13:11 +0000 (18:13 +0100)
commitf03711ee35861fc71c2468767ba8ca6ca8be8fe6
treeabe65037bad1dfd2e3100407cec707646cbcf828
parent13a44c91a2cf28c457c4a200d94761b798cd0da7
skia: Cast SkEndian_SwapBE32(n) to uint32_t on big-endian

On BE the byte-swapping needs to be unint32_t so cast that to that.
We have ppc64 and s390x which are Big Endian platforms.

Based on https://cgit.freebsd.org/ports/commit/?id=3110f3a0dcfdf1d5be165bbbb1ff08d720c63c48

Gbp-Pq: Topic fixes
Gbp-Pq: Name skia-Cast-SkEndian_SwapBE32-n-to-uint32_t-on-big-endian.patch
gfx/skia/skia/src/base/SkEndian.h